Skip to content

Build(deps): bump the github-actions group across 1 directory with 16 updates - #563

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3fc3c0c12d
Open

Build(deps): bump the github-actions group across 1 directory with 16 updates#563
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-3fc3c0c12d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 16 updates in the / directory:

Package From To
astral-sh/setup-uv 8.3.2 10.0.1
leynos/shared-actions/.github/actions/rust-build-release 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/stage-release-artefacts 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/linux-packages 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/windows-package 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/macos-package 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/setup-rust 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
taiki-e/install-action 2.85.3 2.86.1
leynos/shared-actions/.github/actions/generate-coverage 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/upload-codescene-coverage 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/workflows/dependabot-automerge.yml 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/workflows/mutation-cargo.yml 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/determine-release-modes 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/ensure-cargo-version 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/export-cargo-metadata 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
leynos/shared-actions/.github/actions/upload-release-assets 8add2d99854a5b77548eae98cca59202e68fefc8 f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Updates astral-sh/setup-uv from 8.3.2 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/rust-build-release from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/stage-release-artefacts from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/linux-packages from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/windows-package from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/macos-package from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/setup-rust from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates taiki-e/install-action from 2.85.3 to 2.86.1

Release notes

Sourced from taiki-e/install-action's releases.

2.86.1

  • Fix an issue where oxfmt was accidentally installed as oxfmt-{target}{exe}. (#1969)

2.86.0

2.85.14

  • Update uv@latest to 0.12.4.

  • Update trivy@latest to 0.74.0.

  • Update tombi@latest to 1.4.0.

  • Update mdbook-mermaid@latest to 0.17.1.

  • Update cargo-xwin@latest to 0.23.1.

2.85.13

  • Update tombi@latest to 1.3.3.

  • Update mise@latest to 2026.8.5.

  • Update kingfisher@latest to 1.113.0.

  • Update cargo-shear@latest to 1.13.4.

  • Update bpf-linker@latest to 0.11.0.

2.85.12

  • Update zola@latest to 0.23.3.

  • Update wasm-tools@latest to 1.256.0.

  • Update tombi@latest to 1.2.10.

  • Update syft@latest to 1.51.0.

  • Update prek@latest to 0.4.13.

  • Update mise@latest to 2026.8.4.

  • Update editorconfig-checker@latest to 3.11.1.

  • Update cargo-tarpaulin@latest to 0.37.1.

  • Update cargo-rdme@latest to 2.2.1.

  • Update biome@latest to 2.5.8.

2.85.11

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.86.6] - 2026-08-23

  • Update dprint@latest to 0.56.1.

  • Update cargo-lambda@latest to 1.9.2.

  • Update biome@latest to 2.5.10.

[2.86.5] - 2026-08-21

  • Update zola@latest to 0.23.4.

  • Update wasm-tools@latest to 1.257.1.

  • Update protoc@latest to 3.36.0.

  • Update mise@latest to 2026.8.10.

  • Update cargo-dinghy@latest to 0.8.6.

  • Update wasmtime@latest to 48.0.0.

[2.86.4] - 2026-08-20

  • Update oxfmt@latest to 1.79.0.

  • Update mise@latest to 2026.8.8.

  • Update martin@latest to 1.14.0.

  • Update dprint@latest to 0.56.0.

  • Update cargo-about@latest to 0.9.2.

  • Update biome@latest to 2.5.9.

[2.86.3] - 2026-08-18

... (truncated)

Commits

Updates leynos/shared-actions/.github/actions/generate-coverage from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/upload-codescene-coverage from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/workflows/dependabot-automerge.yml from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/workflows/mutation-cargo.yml from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/determine-release-modes from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/ensure-cargo-version from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/export-cargo-metadata from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

Updates leynos/shared-actions/.github/actions/upload-release-assets from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4

Commits
  • f4764be Add install-whitaker shared action (#361)
  • a42afcf Build(deps): bump the github-actions group with 3 updates (#415)
  • a197301 Add install-nixie shared action (#360)
  • 57a33fa Build(deps): bump the github-actions group with 3 updates (#410)
  • 7576833 chore: ignore agent tool and editor artefacts
  • 1014f0c Build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run. labels Aug 15, 2026

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@github-actions
github-actions Bot enabled auto-merge (squash) August 15, 2026 00:34
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 0429735 to 12167d5 Compare August 16, 2026 02:16
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 12167d5 to 920a7d2 Compare August 22, 2026 00:35
codescene-access[bot]

This comment was marked as outdated.

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 920a7d2 to 325fd82 Compare August 23, 2026 01:09
codescene-access[bot]

This comment was marked as outdated.

… updates

Bumps the github-actions group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.3.2` | `10.0.1` |
| [leynos/shared-actions/.github/actions/rust-build-release](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/stage-release-artefacts](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/linux-packages](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/windows-package](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/macos-package](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/setup-rust](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.85.3` | `2.86.1` |
| [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/workflows/dependabot-automerge.yml](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/workflows/mutation-cargo.yml](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/determine-release-modes](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/ensure-cargo-version](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/export-cargo-metadata](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |
| [leynos/shared-actions/.github/actions/upload-release-assets](https://github.com/leynos/shared-actions) | `8add2d99854a5b77548eae98cca59202e68fefc8` | `f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4` |



Updates `astral-sh/setup-uv` from 8.3.2 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@11f9893...20cfd1b)

Updates `leynos/shared-actions/.github/actions/rust-build-release` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/stage-release-artefacts` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/linux-packages` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/windows-package` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/macos-package` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/setup-rust` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `taiki-e/install-action` from 2.85.3 to 2.86.1
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@18b1216...288e746)

Updates `leynos/shared-actions/.github/actions/generate-coverage` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/upload-codescene-coverage` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/workflows/dependabot-automerge.yml` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/workflows/mutation-cargo.yml` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/determine-release-modes` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/ensure-cargo-version` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/export-cargo-metadata` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

Updates `leynos/shared-actions/.github/actions/upload-release-assets` from 8add2d99854a5b77548eae98cca59202e68fefc8 to f4764bea8d813b1a8f7ebc37a44907d3c3b1e0e4
- [Release notes](https://github.com/leynos/shared-actions/releases)
- [Commits](leynos/shared-actions@8add2d9...f4764be)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/determine-release-modes
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/ensure-cargo-version
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/export-cargo-metadata
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/generate-coverage
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/linux-packages
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/macos-package
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/rust-build-release
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/setup-rust
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/stage-release-artefacts
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/upload-release-assets
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/actions/windows-package
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/dependabot-automerge.yml
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: leynos/shared-actions/.github/workflows/mutation-cargo.yml
  dependency-version: 7576833762e94de1cea606f88c10ae3cd665b5e6
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.85.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-3fc3c0c12d branch from 325fd82 to 8f3648e Compare August 23, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates, applied to every Dependabot pull request. github-actions Dependabot channel for GitHub Actions updates, batched into one pull request per run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants